From 4b5d459d0c8ee090eacd285dc41529b6d9dc1254 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 3 Jul 2007 16:37:08 +0000 Subject: [PATCH] Typo fix in gbser_posix.c git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2855 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gbser_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gbser_posix.c b/gpsbabel/gbser_posix.c index 689386ffe..c2c6cab3c 100644 --- a/gpsbabel/gbser_posix.c +++ b/gpsbabel/gbser_posix.c @@ -117,7 +117,7 @@ void *gbser_init(const char *port_name) { h->magic = MYMAGIC; h->vmin = h->vtime = 0; - if (0 == strcmp(port_name, "-") { + if (0 == strcmp(port_name, "-")) { h->fd = 0; return h; } -- 2.30.2